@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/*HEADER*/


.page-presentation {
    width: 99%;
    text-align: center;
    display: flex;
    padding-bottom: 20%;
    padding-top: 20%;
}
.page-title {
    font-size: 60px;
    margin: auto;
}

/*BODY*/

body {
    background-color: #050206;
}
.section {
    height: 100%;
    height: 100vh;
    width: auto;
}

#section-00 {
    width: 100%;
    height: 90vh;
    background-image: url("../0 - IMAGES/projects_bg.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
}
.main-h1-blog {
    padding-bottom: 2em;
}

#wip_page {
    text-align: center;
    padding-top: 10%;
    height: 50vh;
}


/*QUERIES*/

@media screen and (max-width: 1440px) {
    
}

@media screen and (max-width: 1000px) {
    
}

@media screen and (max-width: 600px) {
  
}